projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8abee2e
)
(move_it_in_display_line_to): Make type consistent with declaration.
author
Dave Love
<fx@gnu.org>
Mon, 13 Sep 1999 19:15:41 +0000
(19:15 +0000)
committer
Dave Love
<fx@gnu.org>
Mon, 13 Sep 1999 19:15:41 +0000
(19:15 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index e5ae821e8113c1ccac3d7fe896e9b401a1f6ab8c..3f4f1c098d0f75464c153c62c9c1e6defb2eb4db 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-3974,7
+3974,7
@@
run_redisplay_end_trigger_hook (it)
- when we stopped at a line end, i.e. a newline or a CR and selective
display is on. */
-enum move_it_result
+
static
enum move_it_result
move_it_in_display_line_to (it, to_charpos, to_x, op)
struct it *it;
int to_charpos, to_x, op;